home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2c.dir / 00014_Script_14 < prev    next >
Text File  |  1995-11-23  |  148b  |  10 lines

  1. on exitFrame
  2.   global count
  3.   if count<3 then
  4.     put count+1 into count
  5.     go to frame "po"
  6.   else
  7.     go to the frame +1
  8.   end if
  9.   
  10. end